Claim

value class Claim(val name: String) : ClaimPathElement(source)

Indicates that the respective key is to be selected. It is serialized as a string

Parameters

name

the attribute name

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator fun contains(that: ClaimPathElement): Boolean

Indication of whether the current instance contains the other.

Link copied to clipboard
inline fun <T> ClaimPathElement.fold(ifAllArrayElements: () -> T, ifArrayElement: (Int) -> T, ifClaim: (String) -> T): T
Link copied to clipboard
open override fun toString(): String